*{
	margin:0;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;


}



/*导航*/
.heider{
	width:100%;
	height:480px;
	background-image:url(../images/lunbo-min.png);
	background-size:100% 100%; 
}
.scrollNav{position: fixed;left: 0;top: 0;  
	z-index: 500;background-color:#fff; 
	
	box-shadow:0px 0px 20px #999;
}
.heiderb1{
	width:100%;
	position: fixed;
	height:100px;
	z-index: 20;
}
.heider .awp{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.heider .awp .awp-logo{
	width:170px;
	height:100px;
	float: left;
	padding-left:15px;
	margin-top: 20px;
}
.awp-logo>img{
	width:100%;
	height:100%; 
}
.awp>ul{
	overflow: hidden;
	float:right;
	width:65%;
}
.awp>ul>li{
	width:20%;
	height:100px;
	float: left;
	text-align:center;
	margin:15px auto;

}
.awp ul>li a {
	/*width: 100%;*/
	height:100%;
	text-align: center;
}
.awp ul>li a p{
	font-size: 16px;
	font-family: "Arial";
	color:#fff;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	width:60%;

}
.awp ul>li:hover{
	cursor:pointer;
}
.awp ul>li:hover p{
	border-bottom: 1px solid #fff;
	height:29px;
}
.awp ul>li a span{
	display: block;
	font-size: 18px;
	font-family: "";
	color:#fff;
	margin-top:5px;
}

/*content*/

/*关于*/
.content{
	width:100%;
	background-color: #dbdbdb;
}

.c-top{
	width:1200px;
	margin:0 auto;
}
.c-top>p{
	line-height: 55px;
	font-size: 14px;
	color: #999999;
	font-family: "";
}
.c-top>p>img{
	margin-right:12px; 
}
.c-bottom{
	width:1200px;
	height:430px;
}
.content_about{
	margin-top: 20px;
	/*text-align: center;*/
	/*padding-bottom: 40px;*/
}
/*.content_nav::before{
	width: 42px;
	height: 1px;
	background: #b5b5b5;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: -546px;

}*/
.content_nav>.lineae{
	width: 42px;
	height: 2px;
	background: #978d59;
	margin: 0 auto;
}
.content_nav>span{
	font-family: "Conv_ARIALN_2";
	font-size: 26px;
	color: #666666;
	margin-bottom: 6px;
	display: inline-block;
	margin-top:10px;
	text-align: center;
	
}
.lineaehuoban{
	width:60px!important;
	margin-top:30px!important;
}
.content_nav>p{
	font-family: "";
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
}
.content_size1>p{
	font-family: "";
	font-size: 14px;
	color: #333333;
	/*font-weight: bold;*/
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.content_size2>p{
	font-family: "";
	font-size: 14px;
	color: #333333;
	margin-bottom:0;
	text-align: center;
}
/*.content_size2{
	margin-bottom: 58px;
}*/
.content_s{
	position: relative;
}
.content_s::after{
	display: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4d4d4d;
	/*display: block;*/
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	bottom: -37px;
}

.content_size1>p::after{
	display: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4d4d4d;
	/*display: block;*/
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	bottom: -39px;
}
.content_size3>p{
	font-family: "";
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	/*margin-bottom: 35px;*/
}
.content_btn{
	/*margin-bottom: 75px;*/
}
.content_btn>a>span{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #333333;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Arial";
	color: #333333;
}
.content_btn>a>span:hover{
	border: 1px solid #333333;
	background: #333333;
	color: #fff;
}

.contentabout{
	line-height: 27px;
}
/*团队*/


.content2{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: "";
	overflow: hidden;
	padding-bottom: 20px;
}
.content2sf{
	padding-bottom: 50px;
}
.content2>div{
	margin:0 auto;
}
.contenttop{
	width:100%; 
}
.contenttop>div{
	margin-top:40px !important;
}

.c2-center{
	width:100%;
	line-height: 25px;
	padding-bottom: 25px;
	text-align: center;
	padding-top: 30px;
}
.c2-center>p{
	color:#666666;
	font-size: 16px;
	font-family: "";
	    line-height: 30px;
}
.project_top{
	width:100%;
	height:120px;
	margin:0 auto;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	color: #fff;
}
.c2-footer>div:hover .project_top{
	display: block;
}
.project_top>span{
	font-size: 18px;
	font-weight: bold;
	font-family: "";
	line-height:50px;
}

.c2-f-ul{
	width:1200px;
	margin:0 auto;
	padding-left: 0; 
	overflow: hidden;
}
.c2-f-ul>li{
	float:left;
	width:50%;
	position: relative;
	padding: 1px 1px;
	margin-bottom:45px;
}
.c2-ul-lid{
	 width:121px;
	 float:left;
}
.c2-ul-lid img{ width:100%;}
.c3-ul-lid{ margin-left:141px;  text-align:left;}
.c3-ul-lid h3{ font-size:21px;}
.c3-ul-lid .c3-ultem1{margin:20px 0px;}
.c3-ul-lid .c3-ultem1 li{ line-height:25px;}
.c3-ul-lid .c3-ultem2{ width:225px; float:left;}
.c3-ul-lid .c3-ultem2 li{ font-size:14px; line-height:22px;}

.c2-f-ul>li:hover .project_top {
	display: block;
}


/*伙伴*/
.content3{
	width:100%;
	overflow: hidden;
}
.contentbottom{
	height:100px;
	width: 1200px;
	margin: 0 auto;
}
.contentbottom>div{
	margin-top:40px;
}
.contentbottom>span{
	text-align: center;
	display: block;

}
.contentbottom>p{
		margin:0 auto;
		text-align: center;
		color:#333;
}
.c3-footer{
	width:1200px;
	height:100px;
	margin: 0 auto;
	overflow: hidden;
}

.c3-footer>div{
	width:240px;
	height:100px;
	float: left;
}

.c4-b-ul{
	margin-top:100px;
	    padding-left: 0;
	    width: 230px;
	    margin:0 auto;
}

/*联系我们*/


.content4{
	width:100%;
	background-color: #040404;
	overflow: hidden;
	    padding-bottom: 50px;

}
.contentbottom4{
	height:110px;
	width: 100%;
	text-align: center;
	margin: 0 auto;

}
.contentbottom4>div{
	margin-top:40px !important;
}
.contentbottom4>span{
	text-align: center;
	display: block;

}
.contentbottom4>p{
		margin:0 auto;
		text-align: center;
		color:#fff;
}
.c4-top{

margin: 40px auto;
}
.c4-top>.lineaes{
	width: 110px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}

.c4-top>span{color:#fff ;
	margin-top: 10px; 
}
.c4-bottom{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.c4-b-left{
 float: left;
 width:26%;
 margin-left: 100px;

}
.contentbottom4sf{
	margin-top:85px;
}



.footer_con>li{
	font-size: 16px;
	color:#999;
}
.footer_con>li>img{
	position: relative;
	top:-2px;
	margin-right: 20px;
}
.footer_size2{
	margin-left: 57px;
}

.c4-b-right{
	width:550px;
	float: right;
	margin-right: 120px;
}
.c4-b-right>img{
	width:100%;
}
.c3-footera>ul{
	overflow: hidden;
	padding: 0;
}
.c3-footera>ul>li{
	float: left;
	width:20%;
	height: 80px;
	position: relative;
}
.c3-footera>ul>li img{
	width:100%;
}

.c3-footera{
	 width: 837px;
   	 margin: 0 auto;
   	padding-bottom: 80px;
}

.b1-footer-imgs{
	width: 15px;
	margin-right: 20px;
	float: left;
}
.b1-footer-imgs img{
	width: 100%;

}
.footer_con li{
	color:#fff;
}
.b1-c4-foot{
	width: 100%;
	overflow: hidden;
	padding-bottom: 26px;
	padding-right: 5px;
}
.b1-f-floatl{
	float: left;
	line-height: 30px;
	color: #fff;
    font-size: 16px;
    font-family: "";


}
.b1-f-floatl img{
	position: relative;
	margin-right: 5px;
}



/*footer*/
	.l_footer{
	background: #000000;
	padding-bottom: 65px;
	width:100%;
	overflow: hidden;
}
.containeraa{
	overflow: hidden;
	margin: 0 auto;
}
.gp1_d9_box{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 45px;
}
.gp1_d9_itm{
	    padding-left: 12px;
    padding-right: 12px;
	width: 33%;
	float: left;
}
.gp1_d9_itm span{
	/*width: 100%;
	height: 100%;*/
	display: inline-block;
}
.footer-list{
	width:1200px;

	padding-bottom: 20px;
	margin-top:20px;
	margin-bottom: 30px; 
	overflow: hidden;
}	
.footer-list>div{
	width:31%;
}
.footer_con>li{
	margin-bottom: 31px;
}						
.footer_con>.footer_size{
	font-size: 20px;
	font-family: "";
	color: #d9d9d9;
	position: relative;
	margin-bottom: 43px;
}
.footer_size::after{
	width: 20px;
	height: 1px;
	background: #999999;
	display: block;
	content: '';
	position: absolute;
	bottom: -16px; 
}
.footer_con>.footer_we{
	margin-left: 223px;
}
.footer_con{
	color: #999999;
	font-family: "Arial";
	font-size: 16px;
	    margin-top: 110px;
}
.footer_con a{
    color: white;
}
.footer_con>.footer_size1{
	margin-bottom: 13px;
}

.footer_logo>span>a{
	color: #404040;
}
.footer_box{
	margin-bottom: 70px;
	width: 100
}
/*.footer_logo img{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
}*/
.footer_logo>span,.footer_logo>p{
	text-align: center;
	display: block;
	font-family: "";
	color: #404040;
	font-size: 14px;
}
.f-l-right{
	float: right !important;
}



/*菜单*/
.menuph {
	position: absolute;
	top: 50%;
	right: 50px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display:none;
}

 .menuph .point {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 16px;
}

 .menuph .point:hover .navbtn,
 .menuph .point:hover .navbtn::after,
 .menuph .point:hover .navbtn::before {
	width: 28px;
}

.menuph .navbtn {
	position: absolute;
	top: 1px;
	right: 1px;
	display: inline-block;
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}
.menuph .navbtnn{
	background: #000;
}

.menuph .navbtn::after,
 .menuph .navbtn::before {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}
.menuph .navbtn::after,
 .menuph .navbtn::before{
 	background: #fff;
 }

.menuph .navbtn::after {
	top: -10px;
}

.menuph .navbtn::before {
	top: 10px;
}

.menuph .point.active .navbtn {
	background: transparent;
}

.menuph .point.active .navbtn::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuph .point.active .navbtn::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*下拉css*/



/*.SJ_xiala{
	display: none;
	position: fixed;
	top: 95px;
	width: 100%;
	z-index: 10000;
}*/
/*.SJ_xiala .SJ_yijili{
	position: relative;
	width: calc(100% - 20px);
	line-height: 50px;
	text-align: left;
	background: #333;
	margin: 0px 10px;
	border-bottom: 1px solid #F1F1F1;
}*/
.SJ_xiala .SJ_yijili a{
	color: #fff;
	font-size: 18px;
	color: #fff;
	font-family:"Microsoft JhengHei";
}
.SJ_xiala .SJ_yijili .SJ_xiala_jia{

	position: absolute;
	top: 16px;
	right: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.SJ_xiala .SJ_yijili .SJ_xiala_jian{
	display: none;
	position: absolute;
	top: 16px;
	right: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.SJ_erji{
	display: none;
	width: 100%;
	padding-left: 30px;
	border-bottom: 1px solid #F1F1F1;
}
.SJ_erji li{
	width: 100%;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	font-family:"Microsoft JhengHei";
}

/*
 * 手机下拉图标
 */
.openmenu {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    background: #a7c542;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #FFFFFF;
}
.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #FFFFFF;
}
.openmenu.act span {
    background: rgba(255,255,255,0);
}
.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.openmenu span::before {
    top: 7px;
}
.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.openmenu span::after {
    top: -7px;
}
.nysolutions .solu_tit{
	text-align: center;
}
.nysolutions .solu_tit h3{
	display: inline-block;
	position: relative;
}
.bsBox, #bsPanel div, #bsMorePanel div, #bshareF div {
    box-sizing: content-box;
}
.bsTop span{
	line-height: 24px !important;
}
.mengcen {
	display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 30000;
}
.caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}
.caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
}
#buts {
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.guanbi {
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
}
.guanbi img {
    width: 100%;
}


.c2-ul-lid:hover .project_top{
	display: black;
	z-index: 2;
}

.b1-f-floatlf p{
	color: #999999;
	    font-size: 14px;
	    font-family: "";
        line-height: 25px;
}
.b1-f-floatlf{
	    color: #999999;
	    font-size: 14px;
	    font-family: "";
        line-height: 30px;
        float: left;
}
.b1-f-floatlf a{
	color:#999;
}
.d1f-top-topul1 h3{
 	color: #d9d9d9;
    font-size: 20px;
    font-family: "";
}
.d1f-top-topul1{
	overflow: hidden;
	width: 43%;
}
.d1f-top-topul1 span{
	  color: #999999;
	    font-size: 14px;
	    font-family: "";
        line-height: 45px;
        float: left;

}
/*.footerlidi{
	line-height: 
}*/
.d1f-top-topul1 div{
	/*padding-top: 10px;*/
	overflow: hidden;
}
.d1f-top-topul1 .spanone{
	 font-size: 16px;
	font-family: "Conv_ARIALN_2";
    margin-right: 10px;
}
.d1f-top-topul2 h3{
	    color: #d9d9d9;
    font-size: 20px;
    font-family: "";
}

.b1-c4-footf{
	    padding-bottom: 13px;
	    overflow: hidden;
}

.footerlianxi:after{
	content: " ";
	width: 28px;
	height:1px;
	background-color: #999999;
	display: block;
	margin-top:15px;
	margin-bottom: 15px;
}
/*.footerlianxis1{
	line-height: 40px;
}
*/






.pitem{float:left; width: 33.3%; height: 290px;}

@media (max-width: 1200px){
	.heider .awp{
	width:100%;
	height: 100px;
	}
	.c-top{
	width:100%;
	padding-left:15px; 
	padding-right: 15px;
	}
	.c2-f-ul{
		width:100%;
		margin:0 auto;
		padding:0 15px; 
		padding-top: 20px;
	}
	 
	.c2-ul-lid>img{
		width: 100%;
	}
	.c2-f-ul>li{
		margin-left: 0px;
	}
	.contentbottom{
		width:100%;
		margin: 0 auto;
	}
	.c3-footera>ul{
		width:100%;
		padding:0 15px; 
	}
	.c3-footera>ul>li {
    float: left;
    height: 105px;
    width: 25%;
	}
	.c3-footera{
		width:100%;
	}
	.c4-bottom{
	width:100%;
	padding:15px;
	}
	.c4-b-left{
	 width:35%;
	 margin-left: 0;
	 padding-right:15px;
	}
	.c4-b-right{
		 width:40%;
	 margin-right: 0;
	 padding-right:15px;
	}
	.footer-list{
		width:100%;
	}
	.footer_size2{
		margin-left: 0;
	}
	.heider .awp .awp-logo{
	padding-left:15px;
	}
	.footer_size::after {
    display: block;
	}
	.menuph{
		display:block!important;
		    position: absolute;
    top: 50%;
    right: 20px;
	}
	.heider .awp{
		background-color: #333;
		position: fixed;
   		top: 0px;
   		z-index: 5;
	}
	.awp >ul {
		display: none;
	}
	/*.SJ_xiala{
		display: block;
	}*/
	.heider .awp{
		background-color: #333;
		position: fixed;
   		top: 0px;
   		z-index: 5;
	}
	.SJ_xiala{
		background-color: #333;
	}
	.SJ_xiala>ul{
		padding: 0;
	}

	.c2-center{
		padding:0 15px;
	}

}
@media (max-width: 768px){
	 .pitem{width:348px!important; margin:0px auto; float:none}
	 .c2-f-ul> li{ width:100%;}
	.c3-footera{
		padding-bottom: 20px;
	}
	.c3-footera>ul>li {
    float: left;
    height: 90px;
    width: 30%;
	}
	.c4-b-left{
	 width:100%;
	 margin-left: 0;
	text-align: center;
	padding: 0;

	}
	.c4-b-right{
		width:100%;
		margin-right: 0;
		padding:0 15px;
	}
	.footer_con{
		width:230px;
		text-align: center;
		margin: 0 auto;
		padding-left: 0;
	}
	.footer-list>div{
		width:100%;
		margin: 0 auto;
	}
	.gp1_d9_itm{
		padding:  0 0;
	}
	.footer_con>li{
		width:100%;
		text-align: center;
		margin: 10px 0;

	}
	.footer_size2{
		margin-left: 0;
	}
	.footer_size::after {
    display: block;
	}
	.menuph{
		display:block!important;
	}
	.heider .awp{
		background-color: #333;
		position: fixed;
   		top: 0px;
   		z-index: 5;
	}
	.awp >ul {
		display: none;
	}
	.SJ_xiala{
		display: block;
	}
	.containera{
		background-color: #333;
		padding-left: 0; 
	}
	.containera>li>a{
		color:#fff;
	}
	.SJ_xiala .SJ_yijili{
		background-color:#333;
	}
	.footer_size::after{

	position: absolute;
    bottom: -16px;
    left: 44%;
	}
	.awp-logo>a >img{
		width:130px;
		height:80px;
	}
	.c3-footera>ul>li{
	height: 60px;
}
`.c2-center{
	padding: 0 15px;
}
.SJ_xiala{
	display: none;
	}

}




/*memgcheng*/
#memgcheng{
	width:100%; height:100%;
	position: fixed;top:0; left: 0; 
	background-color: rgba(0,0,0,0.7);
	z-index: 555;
	display: none;
}
.jianjie{width: 880px; height:405px; margin:0 auto;     margin-top: 10%; 
	background-color: #fff;
	padding-right: 25px;
	padding-left: 25px;
}
.mc-top{
	border-bottom:1px solid #999999;
	overflow: hidden;
	padding-top:20px;
	padding-bottom:20px; 
}
.mc-top p{
	float: left;
	color:#333333;
	font-size: 18px;
	font-family: "";
}
.mc-top img{
	float: right;
	width: 15px;
}
.mc-bottom{
	overflow: hidden;
}
.mc-b-left{
	float: left;
	width:50%;
}
.mc-b-left h4{
	color: #333;
	font-size: 17px;
	font-family: "";
	line-height: 75px;
}
.mc-b-left p{
	color: #999999;
	font-size: 14px;
	font-family: "";
	line-height: 25px;

}
.mc-b-right{
	    float: right;
    margin-right: 9%;
    margin-top: 5%;
    text-align: center;
    width: 125px;
}
.mcb-r-top{
	/*width:20%;*/
	position: relative;
}
.mc-b-right p{
	color:#333333;
	font-size: 20px;
	font-family: "";
	line-height:60px; 
}


/*滚动条*/
	.main2{
			position: fixed;
			left:10px;
			top:10px;
			/*border: 1px solid #000;*/
			border-radius: 5px;
			width: 97%;
   			height: 97%;
			padding:5px 5px 5px 5px;
			overflow: hidden;
		}
		#mCSB_1_scrollbar_vertical{
			/*background: rgb(255,255,255);*/
			opacity: 1;
			width: 6px;
			border-radius: 3px;
		}
		#mCSB_1_dragger_vertical{
			/*background: rgb(145,209,236);*/
			opacity: 1;
		}
		.div1{
			width: 900px;
		}
		.main2:hover #mCSB_1_scrollbar_vertical{
			opacity: 1;
		}

	.mCSB_dragger_bar{
		background-color: rgba(255,255,255,0.1)!important;
	}
	.main2:hover .mCSB_dragger_bar{
		background-color: rgba(255,255,255,0.8)!important;
	}
.btnarea{position: relative; display:block}
.pitem:hover .c2-flcon-div{ display:block}
.pitem .c2-flcon-div{background-color:rgba(0,0,0,0.3);}

 